AddRange(DayOfWeek[]) Method
In This Topic
Creates the new
WorkDays object.
Syntax
'Declaration
Public Overloads Sub AddRange( _
ByVal () As DayOfWeek _
)
public void AddRange(
DayOfWeek[]
)
Parameters
- items
- The array of System.DayOfWeek objects.
See Also